ComponentOne Bitmap for UWP
StrokeContainsPoint(Point2F,Single,StrokeStyle,Nullable<Matrix3x2>,Single) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct2D Namespace > Geometry Class > StrokeContainsPoint Method : StrokeContainsPoint(Point2F,Single,StrokeStyle,Nullable<Matrix3x2>,Single) Method
HRESULT ID2D1Geometry::StrokeContainsPoint([In] D2D_POINT_2F point,[In] float strokeWidth,[In, Optional] ID2D1StrokeStyle* strokeStyle,[In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out] BOOL* contains)
Syntax
'Declaration
 
Public Overloads Function StrokeContainsPoint( _
   ByVal point As Point2F, _
   ByVal strokeWidth As System.Single, _
   ByVal strokeStyle As StrokeStyle, _
   ByVal worldTransform As System.Nullable(Of Matrix3x2), _
   ByVal flatteningTolerance As System.Single _
) As System.Boolean
public System.bool StrokeContainsPoint( 
   Point2F point,
   System.float strokeWidth,
   StrokeStyle strokeStyle,
   System.Nullable<Matrix3x2> worldTransform,
   System.float flatteningTolerance
)

Parameters

point
strokeWidth
strokeStyle
worldTransform
flatteningTolerance
See Also

Reference

Geometry Class
Geometry Members
Overload List